home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / code / Firefox_1.0.5.exe / en-US.xpi / bin / searchplugins / creativecommons.src < prev    next >
Encoding:
Text File  |  2005-07-11  |  976 b   |  38 lines

  1. #
  2. # Mozilla/Netscape 6+ MyCroft Plugin for search.creativecommons.org for Mike Linksvayer #495.
  3. # Created by Ben Snider on April 1, 2004.
  4. # E-Mail: stupergenius@columbus.rr.com.
  5. #
  6. # Updated by Matt Haughey on August 26, 2004.
  7. # E-Mail: matt@creativecommons.org
  8. #
  9.  
  10.  
  11. <search
  12.     version="7.1"
  13.     name="Creative Commons"
  14.     description="Find photos, movies, music, and text to rip, sample, mash, and share"
  15.     action="http://search.creativecommons.org/"
  16.     searchForm="http://search.creativecommons.org/"
  17.     method="GET"
  18. >
  19.  
  20. <input name="q" user>
  21. <input name="sourceid" value="Mozilla-search">
  22.  
  23. <interpret
  24.     browserResultType="result"
  25.     resultListStart="<!-- start results -->"
  26.     resultListEnd="<!-- end results -->"
  27.     resultItemStart='<p class="resultitem">'
  28.     resultItemEnd="</p>"
  29. <
  30. </search>
  31.  
  32. <browser
  33.     update="http://mycroft.mozdev.org/plugins/creativecommons.src"
  34.     updateIcon="http://mycroft.mozdev.org/plugins/creativecommons.png"
  35.     updateCheckDays="3"
  36. >
  37.  
  38.